home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Freeware / Registrar Lite 4.01 / reglite.exe / {app} / rr.exe / 0 / RCDATA / TFRAMEKEYS / TFRAMEKEYS.txt
Text File  |  2005-11-07  |  2KB  |  95 lines

  1. object FrameKeys: TFrameKeys
  2.   Left = 0
  3.   Top = 0
  4.   Width = 443
  5.   Height = 270
  6.   Align = alClient
  7.   TabOrder = 0
  8.   object Panel1: TPanel
  9.     Left = 0
  10.     Top = 245
  11.     Width = 443
  12.     Height = 25
  13.     Align = alBottom
  14.     BevelOuter = bvNone
  15.     TabOrder = 0
  16.     object ButtonFrameKeysAdd: TButton
  17.       Left = 4
  18.       Top = 2
  19.       Width = 81
  20.       Height = 20
  21.       Caption = '&Add..'
  22.       TabOrder = 0
  23.       OnClick = ButtonFrameKeysAddClick
  24.     end
  25.     object ButtonFrameKeysRemove: TButton
  26.       Left = 88
  27.       Top = 2
  28.       Width = 81
  29.       Height = 20
  30.       Caption = '&Remove'
  31.       Enabled = False
  32.       TabOrder = 1
  33.       OnClick = ButtonFrameKeysRemoveClick
  34.     end
  35.     object ButtonFrameKeysAddFile: TButton
  36.       Left = 172
  37.       Top = 2
  38.       Width = 81
  39.       Height = 20
  40.       Caption = 'Add &File'
  41.       Enabled = False
  42.       TabOrder = 2
  43.       Visible = False
  44.       OnClick = ButtonFrameKeysRemoveClick
  45.     end
  46.   end
  47.   object Panel2: TPanel
  48.     Left = 0
  49.     Top = 0
  50.     Width = 443
  51.     Height = 245
  52.     Align = alClient
  53.     BevelOuter = bvNone
  54.     BorderWidth = 2
  55.     Caption = 'Panel2'
  56.     TabOrder = 1
  57.     object ListViewFrameKeys: TListView
  58.       Left = 2
  59.       Top = 2
  60.       Width = 439
  61.       Height = 241
  62.       Align = alClient
  63.       Columns = <
  64.         item
  65.           Caption = 'set'
  66.           Width = 40
  67.         end
  68.         item
  69.           Caption = 'machine / file'
  70.           Width = 80
  71.         end
  72.         item
  73.           Caption = 'registry key'
  74.           Width = 300
  75.         end
  76.         item
  77.         end>
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clWindowText
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       GridLines = True
  84.       HideSelection = False
  85.       ReadOnly = True
  86.       RowSelect = True
  87.       ParentFont = False
  88.       SmallImages = MainForm.listSmall
  89.       TabOrder = 0
  90.       ViewStyle = vsReport
  91.       OnChange = ListViewFrameKeysChange
  92.     end
  93.   end
  94. end
  95.